home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8352
/
8352.xpi
/
install.rdf
< prev
next >
Wrap
Extensible Markup Language
|
2009-05-24
|
1KB
|
34 lines
<?xml version="1.0"?>
<!--
Copyright (C) 2008 by Steve Krulewitz <skrulx@gmail.com>
Licensed under GPLv2 or later, see file LICENSE in the xpi for details.
-->
<RDF
xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#"
>
<Description about="urn:mozilla:install-manifest">
<em:id>greasefire@skrul.com</em:id>
<em:version>1.0.4</em:version>
<em:targetApplication>
<!-- Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>3.1b3pre</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>Greasefire</em:name>
<em:creator>Steve Krulewitz</em:creator>
<em:homepageURL>http://skrul.com/blog/projects/greasefire</em:homepageURL>
<em:description>Automatically find Greasemonkey scripts on Userscripts.org</em:description>
<em:optionsURL>chrome://greasefire/content/prefs.xul</em:optionsURL>
<em:iconURL>chrome://greasefire/content/icon_medium.png</em:iconURL>
<em:contributor>Flame images from Foxkeh's Blog (http://www.foxkeh.com)</em:contributor>
</Description>
</RDF>